From: Juanma Barranquero Date: Sun, 12 Nov 2006 04:50:22 +0000 (+0000) Subject: (Flogxor): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~32141 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=31fb1b2c67118f9444c630850d3758085a097af7;p=emacs.git (Flogxor): Fix typo in docstring. --- diff --git a/src/data.c b/src/data.c index c9ece8d142c..f362b0253d9 100644 --- a/src/data.c +++ b/src/data.c @@ -2827,7 +2827,7 @@ usage: (logior &rest INTS-OR-MARKERS) */) DEFUN ("logxor", Flogxor, Slogxor, 0, MANY, 0, doc: /* Return bitwise-exclusive-or of all the arguments. Arguments may be integers, or markers converted to integers. -usage: (logxor &rest INTS-OR-MARKERS) */) +usage: (logxor &rest INTS-OR-MARKERS) */) (nargs, args) int nargs; Lisp_Object *args;